Blazor コントロール
RemoveAsync<T>(IDataCollection<T>,Int32,CancellationToken) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > RemoveAsync メソッド : RemoveAsync<T>(IDataCollection<T>,Int32,CancellationToken) メソッド
The data collection.
The index of the item that will be removed.
The cancellation token.
Removes the item at the specified index from the collection.
シンタックス
'宣言
 
Public Overloads Shared Function RemoveAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal index As System.Integer, _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task RemoveAsync<T>( 
   IDataCollection<T> dataCollection,
   System.int index,
   System.Threading.CancellationToken cancellationToken
)
where T: class

パラメータ

dataCollection
The data collection.
index
The index of the item that will be removed.
cancellationToken
The cancellation token.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧